home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / net / Makefile < prev    next >
Makefile  |  1992-06-08  |  1KB  |  43 lines

  1. #
  2. # Prototype makefile for libraries with multiple source directories
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.biglib
  8. # Mon Jun  8 14:31:39 PDT 1992
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c getproto.c getprotoent.c getprotoname.c getservbyname.c getservbyport.c getservent.c herror.c rcmd.c res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c rexec.c ruserpass.c sethostent.c swap.c
  17. LINTSRCS    = 
  18. MACHINES    = ds3100 sun3 sun4 symm
  19. MAKEFILE    = Makefile
  20. MANPAGES    = byteorder.man gethostbyname.man getnetent.man getprotoent.man getservent.man rcmd.man resolver.man rexec.man
  21. NAME        = c
  22. PUBHDRS        = 
  23. SUBDIR        = net
  24. #include    <settm.mk>
  25. TYPE        = sprite
  26. DISTDIR         ?= /dist/sprite/src/lib/c/net
  27.  
  28. SYSMAKEFILE    = biglib.mk
  29.  
  30. #if exists($(TM).md/md.mk)
  31. #include    "$(TM).md/md.mk"
  32. #endif
  33.  
  34. #if exists(local.mk)
  35. #include     "local.mk"
  36. #else
  37. #include    <$(SYSMAKEFILE)>
  38. #endif
  39.  
  40. #if exists($(DEPFILE))
  41. #include    "$(DEPFILE)"
  42. #endif
  43.